home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TUUENCODEFORM / TUUENCODEFORM.txt < prev   
Text File  |  2005-03-06  |  3KB  |  160 lines

  1. object UUEncodeForm: TUUEncodeForm
  2.   Left = 275
  3.   Top = 292
  4.   BorderStyle = bsDialog
  5.   Caption = 'UUencode / XXencode / MIME'
  6.   ClientHeight = 257
  7.   ClientWidth = 417
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   Icon.Data = {<image000.ico>}
  11.   KeyPreview = True
  12.   OldCreateOrder = True
  13.   Scaled = False
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnKeyPress = FormKeyPress
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object RxLabel1: TLabel
  21.     Left = 16
  22.     Top = 16
  23.     Width = 54
  24.     Height = 13
  25.     Caption = '&Source file:'
  26.     FocusControl = SourceFile
  27.   end
  28.   object RxLabel2: TLabel
  29.     Left = 16
  30.     Top = 64
  31.     Width = 75
  32.     Height = 13
  33.     Caption = '&Destination file:'
  34.     FocusControl = DestFile
  35.   end
  36.   object RxLabel3: TLabel
  37.     Left = 16
  38.     Top = 187
  39.     Width = 218
  40.     Height = 13
  41.     Caption = '&Please select or enter the volume size (in kB):'
  42.     FocusControl = SpanningMode
  43.   end
  44.   object Button1: TSpeedButton
  45.     Left = 304
  46.     Top = 32
  47.     Width = 25
  48.     Height = 21
  49.     OnClick = Button1Click
  50.   end
  51.   object Browse: TSpeedButton
  52.     Left = 304
  53.     Top = 80
  54.     Width = 25
  55.     Height = 21
  56.     OnClick = BrowseClick
  57.   end
  58.   object RadioGroup1: TRadioGroup
  59.     Left = 13
  60.     Top = 110
  61.     Width = 316
  62.     Height = 67
  63.     Caption = ' Encode Method '
  64.     Columns = 2
  65.     ItemIndex = 0
  66.     Items.Strings = (
  67.       '&UUencode'
  68.       '&XXencode'
  69.       '&Base64 (MIME)'
  70.       '&yENC')
  71.     TabOrder = 1
  72.     OnClick = RadioGroup1Click
  73.   end
  74.   object CheckBox1: TCheckBox
  75.     Left = 15
  76.     Top = 212
  77.     Width = 314
  78.     Height = 17
  79.     Caption = 'Write Decode Table To &File'
  80.     TabOrder = 3
  81.   end
  82.   object ProgressBar1: TProgressBar
  83.     Left = 14
  84.     Top = 234
  85.     Width = 395
  86.     Height = 16
  87.     TabOrder = 8
  88.   end
  89.   object SourceFile: TEdit
  90.     Left = 16
  91.     Top = 32
  92.     Width = 281
  93.     Height = 21
  94.     ReadOnly = True
  95.     TabOrder = 6
  96.     Text = 'SourceFile'
  97.   end
  98.   object DestFile: TEdit
  99.     Left = 16
  100.     Top = 80
  101.     Width = 281
  102.     Height = 21
  103.     ReadOnly = True
  104.     TabOrder = 0
  105.     Text = 'DestFile'
  106.   end
  107.   object SpanningMode: TComboBox
  108.     Left = 240
  109.     Top = 184
  110.     Width = 89
  111.     Height = 21
  112.     ItemHeight = 13
  113.     TabOrder = 2
  114.     Text = 'SpanningMode'
  115.     Items.Strings = (
  116.       'No spanning'
  117.       '100 kBytes'
  118.       '500 kBytes'
  119.       '1.0 MB'
  120.       '1.2 MB'
  121.       '1.4 MB'
  122.       '1.7 MB'
  123.       '2.0 MB')
  124.   end
  125.   object OKButt: TButton
  126.     Left = 336
  127.     Top = 16
  128.     Width = 75
  129.     Height = 25
  130.     Caption = 'OK'
  131.     Default = True
  132.     TabOrder = 4
  133.     OnClick = OKButtClick
  134.   end
  135.   object CancelButt: TButton
  136.     Left = 336
  137.     Top = 48
  138.     Width = 75
  139.     Height = 25
  140.     Caption = '&Cancel'
  141.     TabOrder = 7
  142.     OnClick = CancelButtClick
  143.   end
  144.   object HelpButt: TButton
  145.     Left = 336
  146.     Top = 80
  147.     Width = 75
  148.     Height = 25
  149.     Caption = '&Help'
  150.     TabOrder = 5
  151.     OnClick = CorelButton1Click
  152.   end
  153.   object AgOpenDialog: TOpenDialog
  154.     Filter = 'All files|*.*'
  155.     Title = 'Browse'
  156.     Left = 16
  157.     Top = 8
  158.   end
  159. end
  160.